home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00144.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  189 b   |  15 lines

  1. on mouseUp
  2.   global in, discs
  3.   unsetQT(5)
  4.   if discs = 0 then
  5.     if in = 0 then
  6.       girlin()
  7.     else
  8.       girlout()
  9.     end if
  10.     go("START HELP")
  11.   else
  12.     go("SCAN")
  13.   end if
  14. end
  15.